Skip to content

Instantly share code, notes, and snippets.

// ============================================================================
// FTM_OPENING_RANGE_BREAKOUT_MNQ_v1_8_0_RC3
//
// One self-contained MNQ opening-range breakout strategy. It requires one-minute
// MNQ bars and the CME US Index Futures ETH Trading Hours template. All trading
// decisions use New York time after converting NinjaTrader timestamps through
// UTC, so the NinjaTrader display time zone may be Eastern, UTC, Madrid, or any
// other correctly configured system time zone.
//
// The strategy builds the 09:30-09:45 ET opening range, then checks completed
@kirakira-dev
kirakira-dev / meshy-model-downloader.user.js
Created May 5, 2026 11:34
A tampermonkey plugin to download models from Meshy for free
// ==UserScript==
// @name meshy model dwonloader
// @namespace https://kirakira.cloud
// @version 1.0.0
// @description meshy model downloader, bypass paywall, made by the poor for the poor
// @author kirakira
// @match https://www.meshy.ai/*
// @run-at document-start
// @grant none
// ==/UserScript==
@NicolasCARPi
NicolasCARPi / LICENSE
Last active August 31, 2026 22:47
VibeCoded AI-Slop License v1.0
VibeCoded AI-Slop License v1.0
Copyright (c) [YEAR] [AUTHOR]
This software, source code, documentation, configuration, generated artifacts,
and whatever else happened to end up in this repository (collectively, the
"Software") is released under the VibeCoded AI-Slop License v1.0.
1. Permission

AMD APU Optimization Guide for llama.cpp on SteamOS

This guide documents the process to optimize and run large language models on AMD APUs (specifically 7840U with Radeon 780M, Ayaneo Flip w/ 32GB RAM) using llama.cpp with Vulkan acceleration.

Prerequisites

System Preparation

# Disable read-only filesystem (SteamOS specific)
sudo steamos-readonly disable

LLM Wiki

A pattern for building personal knowledge bases using LLMs.

This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.

The core idea

Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.

@Raiz014
Raiz014 / ButtonHoverScaler.cs
Last active August 31, 2026 22:44
Adds nice-looking dynamic underline animation for UI buttons (Stride Game Engine) :>
!CopyPasteData
ItemType: '!System.Collections.Generic.List%601[[Stride.Core.Assets.AssetItem,Stride.Core.Assets]],System.Private.CoreLib'
Items:
- Data: !System.Collections.Generic.List%25601[[Stride.Core.Assets.AssetItem,Stride.Core.Assets]],System.Private.CoreLib
c05f59dbe2a1e13cfef8473ed5e145a8:
Location: !file ButtonHoverScript
Asset: !ScriptSourceFileAsset
Id: 2c21b3a3-3990-cf4b-9797-8bd5f73d8c41
Tags: []
InternalSerializableTextAccessor: !Stride.Core.Assets.TextAccessors.StringTextAccessor,Stride.Core.Assets
@sshlg
sshlg / proof-of-done.md
Last active August 31, 2026 22:41
A copy-paste completion protocol for AI coding agents.

Proof of Done: a completion protocol for AI coding agents

The standard for building software with AI agents.

This is the compact, operational version of The Proof of Done Manifesto. It is designed to be pasted into AGENTS.md, CLAUDE.md, or the context of a coding agent.

It does not replace tests, review, CI, or product validation. It defines what an agent must show before it may claim that software work is done.

The problem

@PangTianHua
PangTianHua / hermes-list.md
Last active August 31, 2026 22:40
AI Agent / 大模型应用开发优质仓库收藏

GitHub Hermes List

AI Agent / 大模型应用开发优质仓库收藏,持续更新。 所有仓库均已 ⭐ Star。


🔥 今日新发现(2026-08-31)

今天筛选出的新项目,共 7 个

@CayvenHighcroft
CayvenHighcroft / ai-quiz.md
Created August 31, 2026 21:53
Best AI Quiz Generator for Students & Teachers in 2026 – Detailed & Unique Guide

Best AI Quiz Generator for Students in 2026 – Detailed & Unique Guide

Students today deal with more study material than ever — lecture slides, dense PDFs, handwritten notes, YouTube recordings, and online resources. The biggest challenge is not finding information. It is turning that information into effective practice questions that actually prepare you for exams.

Manually writing quizzes is slow and often incomplete. AI quiz generators solve this by converting your own materials into high-quality practice tests within minutes. The right tool can save hours every week and improve retention through active recall.

In this detailed 2026 guide, we rank the best AI quiz generators for students using a fresh set of competitors. Evaluation is based on:

  • Accuracy and source grounding of questions
  • Supported input types (PDF, images, audio, video, notes)